home *** CD-ROM | disk | FTP | other *** search
- /* %filename% */
- /* Created %date% %time% by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void Open%WindName%% %(Str255 fName,
- short vRefNum,
- short fRefNum);
- void Close%WindName%% %(void);
- void Control%WindName%% %(ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseIn%WindName%% %(Point where,
- short modifiers);
- void TypeIn%WindName%% %(char ch);
- void Update%WindName%% %(void);
- void Activate%WindName%% %(Boolean activate);
- void Resize%WindName%% %(void);
- pascal void Scroll%WindName%% %(short newValue,
- short oldValue);
-